x86: always store APIC ID of CPU
authorJan Beulich <jbeulich@suse.com>
Wed, 2 Jul 2014 12:48:13 +0000 (14:48 +0200)
committerJan Beulich <jbeulich@suse.com>
Wed, 2 Jul 2014 12:48:13 +0000 (14:48 +0200)
commitc66a35b837d0799a1451668203744c61ddd3a356
tree98f3f8b43e0a30fb6af53fbfc91fbe0af11ad362
parent7915fc1587eb61c64499d025e52ab1c665be44d7
x86: always store APIC ID of CPU

So far for non-Intel CPUs struct cpuinfo_x86's apicid field didn't get
set, despite MCE code consuming it.

Do some formatting/ordering adjustment to the touched code at once.

Signed-off-by: Jan Beulich <jbeulich@suse.com>
Reviewed-by: Andrew Cooper <andrew.cooper3@citrix.com>
xen/arch/x86/cpu/common.c